DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class / Elements Method / Elements<T>(View<T>) Method

In This Topic
    Elements<T>(View<T>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function Elements(Of T As XContainer)( _
       ByVal view As View(Of T) _
    ) As View(Of XElement)
    public static View<XElement> Elements<T>( 
       View<T> view
    )
    where T: XContainer

    Parameters

    view

    Type Parameters

    T
    See Also